home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / reverse < prev    next >
Text File  |  2001-03-21  |  487b  |  21 lines

  1. Synopsis:
  2.    $reverse(<word list>)
  3.  
  4. Technical:
  5.    This returns the input list in reverse order it was entered.
  6.  
  7. Practical:
  8.    There aren't many obvious uses for this function.  One possibility might
  9.    be a simple two-way encoding scheme, to deter any eyes that might be
  10.    spying on your conversation.
  11.  
  12. Returns:
  13.    input list reversed character for character
  14.  
  15. Examples:
  16.    $reverse(welcome to our channel)         returns "lennahc ruo ot emoclew"
  17.  
  18. See Also:
  19.    revw(6)
  20.  
  21.